List<String> result = strings.stream() .map(String::toLowerCase) .collect(Collectors.toList());